home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / prog / gnu-c / man / cat1 / configure.0 < prev    next >
Text File  |  1995-08-24  |  5KB  |  199 lines

  1.  
  2.  
  3.  
  4. configure(1)              Cygnus Support             configure(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        configure -- prepare source code to be built
  9.  
  10.  
  11. SSYYNNOOPPSSIISS
  12.        configure HOST [--target=TARGET] [--srcdir=DIR] [--rm]
  13.                    [--site=SITE]                   [--prefix=DIR]
  14.        [--exec_prefix=DIR]
  15.                    [--program_prefix=DIR] [--tmpdir=DIR]
  16.                    [--with-PACKAGE[=YES/NO]] [--without-PACKAGE]
  17.                    [--enable-FEATURE[=YES/NO]]        [--disable-
  18.        FEATURE]
  19.                    [--norecursion] [--nfp] [-s] [-v] [-V | --ver-
  20.        sion] [--help]
  21.  
  22.  
  23. DDEESSCCRRIIPPTTIIOONN
  24.        _c_o_n_f_i_g_u_r_e is a program used to prepare souce  code  to  be
  25.        built.   It does this by generating Makefiles and .gdbinit
  26.        files, creating symlinks, recursing in subdirectories, and
  27.        some other miscellaneous file editing.
  28.  
  29.  
  30. OOPPTTIIOONNSS
  31.        _c_o_n_f_i_g_u_r_e accepts the following options:
  32.  
  33.  
  34.        _-_-_t_a_r_g_e_t_=_T_A_R_G_E_T
  35.               Requests  that  the sources be configured to target
  36.               the _T_A_R_G_E_T machine.   If  no  target  is  specified
  37.               explicitly, the target is assumed to be the same as
  38.               the host.
  39.  
  40.  
  41.        _-_-_s_r_c_d_i_r_=_D_I_R
  42.               tells configure to find the source in _D_I_R_.   Object
  43.               code is always built in the current directory, _`_._'_.
  44.  
  45.  
  46.        _-_-_r_m   asks configure to  remove  a  configuration  rather
  47.               than create one.
  48.  
  49.  
  50.        _-_-_s_i_t_e_=_S_I_T_E
  51.               asks  configure  to  use any site-specific Makefile
  52.               fragments for _S_I_T_E when building Makefiles.
  53.  
  54.  
  55.        _-_-_p_r_e_f_i_x_=_D_I_R
  56.               sets the location in which to install files to _D_I_R_.
  57.               The default is "/gnu".
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. cygnus support           2 February 1993                        1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. configure(1)              Cygnus Support             configure(1)
  71.  
  72.  
  73.        _-_-_e_x_e_c___p_r_e_f_i_x_=_D_I_R
  74.               sets the root directory for host-dependent files to
  75.               _D_I_R_.  The default location is the value of  _p_r_e_f_i_x_.
  76.  
  77.  
  78.        _-_-_p_r_o_g_r_a_m___p_r_e_f_i_x_=_D_I_R
  79.               configures  the  source  to  install programs which
  80.               have the same names as common Unix  programs,  such
  81.               as  "make", in _D_I_R_.  Also applies to programs which
  82.               might be used for cross-compilation.
  83.  
  84.  
  85.        _-_-_t_m_p_d_i_r_=_D_I_R
  86.               sets the directory in which configure creates  tem-
  87.               porary files to _D_I_R_.
  88.  
  89.  
  90.        _-_-_w_i_t_h_-_P_A_C_K_A_G_E_[_=_Y_E_S_/_N_O_]
  91.               sets a flag for the build to recognize that _P_A_C_K_A_G_E
  92.               is explicitly present or not present.   If  _=_Y_E_S_/_N_O
  93.               is  nonexistent,  the  default  is _Y_E_S_.  _-_-_w_i_t_h_o_u_t_-
  94.               _P_A_C_K_A_G_E is equivalent to _-_-_w_i_t_h_-_P_A_C_K_A_G_E_=_n_o.
  95.  
  96.  
  97.        _-_-_e_n_a_b_l_e_-_F_E_A_T_U_R_E_[_=_Y_E_S_/_N_O_]
  98.               sets a flag for the build to recognize that _F_E_A_T_U_R_E
  99.               should  be included or not included.  If _=_Y_E_S_/_N_O is
  100.               nonexistent, the default is _Y_E_S_.  _-_-_d_i_s_a_b_l_e_-_F_E_A_T_U_R_E
  101.               is equivalent to _-_-_e_n_a_b_l_e_-_F_E_A_T_U_R_E_=_n_o.
  102.  
  103.  
  104.        _-_-_n_o_r_e_c_u_r_s_i_o_n
  105.               asks that only the current directory be configured.
  106.               Normally _c_o_n_f_i_g_u_r_e recurs on subdirectories.
  107.  
  108.  
  109.        _-_n_f_p   Notifies _c_o_n_f_i_g_u_r_e that all of the specified  hosts
  110.               have _n_o _f_l_o_a_t_i_n_g _p_o_i_n_t units.
  111.  
  112.  
  113.        _-_s     used internally by configure to supress status mes-
  114.               sages on subdirectory recursions.  Override with _-_v
  115.  
  116.  
  117.        _-_v     verbose  output.   Asks that configure print status
  118.               lines for  each  directory  configured.   Normally,
  119.               only the status lines for the current directory are
  120.               printed.
  121.  
  122.  
  123.        _-_-_v_e_r_s_i_o_n
  124.               _-_V prints _c_o_n_f_i_g_u_r_e version number.
  125.  
  126.  
  127.  
  128.  
  129.  
  130. cygnus support           2 February 1993                        2
  131.  
  132.  
  133.  
  134.  
  135.  
  136. configure(1)              Cygnus Support             configure(1)
  137.  
  138.  
  139.        _-_h_e_l_p  displays a brief usage summary.
  140.  
  141.  
  142.  
  143. FFIILLEESS
  144.        configure.in   for each directory's individual needs
  145.        Makefile.in    Makefile template
  146.        config.sub     for parsing configuration names
  147.        config.guess   for guessing HOST when not specified
  148.        config.status  non-recursively rebuilds current directory
  149.  
  150.  
  151. FFIILLEESS
  152.        a.out    the namelist and text space.
  153.        gmon.out dynamic call graph and profile.
  154.        gmon.sum summarized dynamic call graph and profile.
  155.  
  156.  
  157. SSEEEE AALLSSOO
  158.        `ccoonnffiigguurree' entry in iinnffoo..
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196. cygnus support           2 February 1993                        3
  197.  
  198.  
  199.